projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac2a103
)
ARM: uniphier: enable eMMC on PH1-sLD3 reference board
author
Masahiro Yamada
<
[email protected]
>
Wed, 30 Mar 2016 01:52:49 +0000
(10:52 +0900)
committer
Masahiro Yamada
<
[email protected]
>
Thu, 31 Mar 2016 15:59:47 +0000
(
00:59
+0900)
On PH1-sLD3, eMMC and NAND are assigned to different I/O pins.
Both devices can be enabled at the same time.
Signed-off-by: Masahiro Yamada <
[email protected]
>
arch/arm/dts/uniphier-ph1-sld3-ref.dts
patch
|
blob
|
history
diff --git
a/arch/arm/dts/uniphier-ph1-sld3-ref.dts
b/arch/arm/dts/uniphier-ph1-sld3-ref.dts
index c4601cf7bea56b190a44dfecee38df2bd2b6375c..099df830330e366193b6bfdcc53ac7c0c20eed9d 100644
(file)
--- a/
arch/arm/dts/uniphier-ph1-sld3-ref.dts
+++ b/
arch/arm/dts/uniphier-ph1-sld3-ref.dts
@@
-57,6
+57,10
@@
status = "okay";
};
+&emmc {
+ status = "okay";
+};
+
&sd {
status = "okay";
};